libostree: Add ostree_repo_pull_with_options()
authorColin Walters <walters@verbum.org>
Fri, 24 Oct 2014 02:01:33 +0000 (22:01 -0400)
committerColin Walters <walters@verbum.org>
Tue, 28 Oct 2014 15:16:51 +0000 (11:16 -0400)
commit64dec0add8dc1e990d48c671ef7d436bbe87552d
treef57d2111d1a7386597a895840d7e60bcf2692823
parentfb3ad0037f36e982c8fc04342615399794b65857
libostree: Add ostree_repo_pull_with_options()

We potentially need a lot of argument types for pull.  Rather than
have a C function with tons of arguments, let's use a GVariant a{sv}
as a handy extensible (and immutable) bag of properties.

This is prepratory work for adding an option to pull to traverse
history.

https://bugzilla.gnome.org/show_bug.cgi?id=737844
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h